(C) 1996 AROS - The Amiga Replacement OS


NAME
LONG SPAbs()
SYNOPSIS
LONG fnum1

LOCATION
In MathBase at offset 9
FUNCTION
Calculate the absolute value of a given floating point number
INPUTS
fnum1 - ffp number
RESULT
absolute value of fnum1

Flags: zero : result is zero negative : result is negative overflow : 0

NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
ALGORITHM: set the sign-bit to zero

HISTORY
25.06.1997 bergers
*** empty log message ***
30.05.1997 aros
*** empty log message ***